QARegisterDrawMethod
You can use theQARegisterDrawMethod
function to register a public draw context method with QuickDraw 3D RAVE.
TQAError QARegisterDrawMethod ( TQADrawContext *drawContext, TQADrawMethodTag methodTag, TQADrawMethod method);
drawContext
- A draw context.
methodTag
- A selector that determines which draw context method is to be registered for the specified draw context. See "Public Draw Context Method Selectors" (page 1-67) for complete information about the available method selectors.
method
- A pointer to the draw context method of the specified type.
DESCRIPTION
TheQARegisterDrawMethod
function changes the method pointer of the draw context specified by thedrawContext
parameter that has the type specified by themethodTag
parameter to the method specified by themethod
parameter. You should callQARegisterDrawMethod
instead of directly changing the fields of a draw context structure.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help